home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_199 / asimplex / example.mpsx < prev    next >
Text File  |  1992-05-06  |  417b  |  27 lines

  1. name example
  2.  
  3. rows
  4.   n goal
  5.   l constr1
  6.   l constr2
  7.   l constr3
  8.  
  9. columns
  10.   x1  goal      1     constr1   1
  11.   x1  constr2   1     constr3   1
  12.   x2  goal      1     constr1   -4
  13.   x2  constr2   2     constr3   2
  14.   x3  goal      -1    constr1   3
  15.   x3  constr2   -1    constr3   1
  16.  
  17. rhs
  18.   b   constr1   6     constr2   1
  19.   b   constr3   8
  20.  
  21. bounds
  22.   up  bound   x1    2
  23.   up  bound   x2    1
  24.   up  bound   x3    3
  25.  
  26. endata
  27.